Path: / executions / {execution-id} / start

Start a execution

Path parameters:
execution-id - a execution id

Method Summary
ResourceDescription
PUT /executions/{execution-id}/startStart a execution

Method Detail
HTTP Example:
PUT /executions/{execution-id}/start

API Example:

ExecutionsResource.startExecution({'execution-id': /* executionId a execution id */});

Start a execution

Output:
void